home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / examples / demo / demotext / surfview.txt < prev    next >
Text File  |  1997-07-08  |  4KB  |  124 lines

  1.  
  2.  
  3.  
  4.  
  5.              WELCOME TO SURFACE DEMO
  6.  
  7.  
  8. This demo shows a the graphic capabilities of a
  9. an IDL Object Graphics surface object. These include:
  10.  - texture mapping,
  11.  - point picking,
  12.  - tracing,
  13.  - masking (or transparency), 
  14.  - interactive change of orientation,
  15.  - vertex coloring,
  16.  - hiding.
  17.  
  18. You can rotate the surface by positioning the mouse
  19. in the draw widget, holding down the left mouse button,
  20. and dragging the mouse.
  21.  
  22. MENU OPTIONS
  23. ------------
  24.  
  25. File Menu:
  26.     Select "Quit" to exit the demonstration.
  27.  
  28. Options Menu:
  29.     Select "Flat" or "Gouraud" from the "Shading"
  30.     sub-menu to change the way IDL handles lightsource
  31.     shading on the surface.
  32.  
  33.     Select an option from the "Style" sub-menu
  34.     to change the way the surface is rendered.
  35.     Note that the "Lego Solid" option may take
  36.     a few seconds to render.
  37.  
  38.     Select a skirt height value from the "Skirt"
  39.     sub-menu to choose between different values of
  40.     the "skirt" that surrounds the object.
  41.  
  42.     Select "Low," "Medium," or "High" from the
  43.     "Drag Quality" sub-menu to change the way the
  44.     surface is rendered during rotation. This setting
  45.     does not affect the rendering quality of the
  46.     surface when you are _not_ rotating it.
  47.  
  48.     Select an option from the "Tracing" sub-menu
  49.     to select a "region of interest" in the surface
  50.     and then display only that region. To select
  51.     a region, do the following:
  52.  
  53.      i)   Select "Trace Mode" (the menu item should
  54.           change to "Trace Mode (on)"). This enables
  55.       the tracing selection mode.
  56.  
  57.      ii)  Select one or more regions by clicking
  58.           the right mouse button on the corners of
  59.       the regions. The boundaries of the regions
  60.       are indicated by red lines.
  61.  
  62.      iii) Select "Trace Mask" (the menu item should
  63.       change to "Trace Mask (on)"). The display
  64.       now shows only the selected region.
  65.  
  66.      iv)  To remove the trace mask, select "Trace
  67.       Reset" (the menu item should change to
  68.       "Trace Reset (on)"). This removes the
  69.       red lines marking your region of interest.
  70.  
  71.      v)   Select "Trace Mask" (the menu should change
  72.       to "Trace Mask (off)"). This will redisplay
  73.       the entire surface.
  74.  
  75.     Select "Hidden" to remove points or lines that are
  76.     "behind" other points or lines in the rendered
  77.     surface. Hidden line removal is computationally
  78.     expensive, and is not done by default. This option
  79.     is only available if you have selected "Point,"
  80.     "Wire," or "Lego Wire" from the Style sub-menu.
  81.  
  82.     Select "Vertex Colored" to toggle the display between
  83.     showing the surface with a specific color at each
  84.     vertex and showing the surface in a single color.
  85.  
  86.     Select "Texture Mapping" to toggle the overlay of
  87.     an image on the solid surface.
  88.  
  89.     Select "Line Style" to toggle the display between
  90.     solid and dashed lines. This option not available
  91.     when the surface is rendered as a solid or using
  92.     points.
  93.  
  94. View Menu:
  95.  
  96.     Select "Animate" to display a short animation of
  97.     the surface being warped.
  98.  
  99.     Select "Reset Orientation" to restore the surface
  100.     to the original orientation in space.
  101.  
  102. About Menu:
  103.  
  104.     Select "About Surface Objects" to display this help
  105.     text.
  106.  
  107. FEATURES OF THE SURFACE DEMO
  108. ----------------------------
  109.  
  110. <<Minimum Slider>> 
  111.     Adjust this slider to select the minimum value 
  112.     to be rendered. Data smaller than this value will
  113.     not be displayed.
  114.  
  115. <<Maximum Slider>> 
  116.     Adjust this slider to select the maximum value 
  117.     to be rendered. Data larger than this value will
  118.     not be displayed.
  119.  
  120. <<Scaling slider>>
  121.     Adjust this slider to scale the size of the surface
  122.     between 75% and 125% of its original size.
  123.     
  124.